Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm weights.load() #306

Merged
merged 3 commits into from
May 7, 2021
Merged

rm weights.load() #306

merged 3 commits into from
May 7, 2021

Conversation

raybellwaves
Copy link
Member

Closes #265

This may have been needed at one point but the tests pass without it and it may free up #221

@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #306 (e2e3e7f) into main (99c30d1) will decrease coverage by 0.02%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #306      +/-   ##
==========================================
- Coverage   94.53%   94.50%   -0.03%     
==========================================
  Files          23       23              
  Lines        2542     2566      +24     
==========================================
+ Hits         2403     2425      +22     
- Misses        139      141       +2     
Impacted Files Coverage Δ
xskillscore/tests/test_deterministic.py 100.00% <ø> (ø)
xskillscore/core/probabilistic.py 90.94% <86.36%> (+0.06%) ⬆️
xskillscore/tests/test_probabilistic.py 96.64% <100.00%> (+0.08%) ⬆️
xskillscore/core/utils.py 91.00% <0.00%> (-1.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e0f8531...e2e3e7f. Read the comment docs.

@dougiesquire
Copy link
Collaborator

Apologies @raybellwaves I didn't get to this today, but I should be able to take a look this weekend

@raybellwaves
Copy link
Member Author

raybellwaves commented May 7, 2021

If ok. I'm going to merge. Minor refactor PR. and taking a look at some of the failures in #307

@raybellwaves raybellwaves merged commit 67b47b9 into xarray-contrib:main May 7, 2021
@raybellwaves raybellwaves deleted the rm-weights-load branch May 7, 2021 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create weights as dask array in test_deterministic.py
2 participants